home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / gobblr.zip / BEHOLDER.INI < prev    next >
INI File  |  1991-10-04  |  2KB  |  59 lines

  1. ; Demo configuration file for IP configuration
  2. ; Default configuration file is 'BEHOLDER.INI'
  3. ; For an other configuration file, type 'IPDOS -f <filename>'
  4.  
  5.  
  6. [BUFFER]
  7.   numberbuffers = 4                 # 1 buffer for buffer management
  8.   buffersize    = 65500             # of 45000 bytes each
  9.  
  10. [DISPATCHER]
  11.   SizeSmall=192
  12.   CountSmall=75
  13.   SizeLarge=1514
  14.   CountLarge=100
  15.  
  16. ; Settings for IP section
  17. [IPDOS]
  18.   forwarding    = yes               # act as a gateway                                                                                 
  19.   sourceroute   = yes               # send source routed to other interface                                                            
  20.   nd0address    = 127.0.0.1         # your own internet address
  21.   nd0mask       = 0xfffffe00        # and your own mask
  22.   lo0address    = 128.0.0.1         # loopback address
  23.  
  24. ; Routing table entries
  25. [ROUTES]
  26.  
  27.   ; hostmodify : add a dynamic route for a host (may be changed by redirects)
  28.   ; hoststat :   add a static route for a host
  29.   ; netmodify :  add a dynamic route for a network
  30.   ; netstat :    add a static route for a network
  31.  
  32.   hoststat   127.0.0.1        127.0.0.1                   # loopback interface
  33.  
  34. [SYSTEM]
  35.  
  36. Description = The Beholder, a SNMP-able Network Monitor
  37. Contact     = Jan van Oorschot
  38. Name        = Beholder3
  39. Location    = 0903
  40.  
  41. [AUTHENTICATION]
  42.  
  43. Community public
  44.     AddAddress 130.161.0.0 255.255.0.0
  45. Community trap
  46.     AddAddress 130.161.0.0 255.255.0.0
  47. Community test
  48.     AddAddress 130.161.0.0 255.255.0.0
  49.  
  50. [ERRORS]
  51.  
  52. ErrorFile  = error.out
  53. DebugFile  = debug.out
  54. DebugLevel = 1
  55.  
  56. [PKTCAPT]
  57.  
  58. StartMask = 0
  59.